From b09859f771fb46a2248198f45ae40712e4c7dd8a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 4 Jul 2013 14:18:15 -0600 Subject: [PATCH] fix buglet in test case --- test/automated/threads.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/automated/threads.el b/test/automated/threads.el index db6aa41d63a..c65b6425c3c 100644 --- a/test/automated/threads.el +++ b/test/automated/threads.el @@ -1,6 +1,6 @@ ;;; threads.el --- tests for threads. -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -85,7 +85,7 @@ "simple test of threads and let bindings" (should (progn - (setq threads-test-binding nil) + (setq threads-test-global nil) (make-thread #'threads-test-thread2) (while (not threads-test-global) (thread-yield)) -- 2.30.2